home *** CD-ROM | disk | FTP | other *** search
- Path: news.iadfw.net!usenet
- From: Mark Nelson <markn@airmail.net>
- Newsgroups: comp.lang.c
- Subject: Re: Help on programing the rs232
- Date: Wed, 21 Feb 1996 08:56:57 -0600
- Organization: customer of Internet America
- Message-ID: <312B32B9.655A@airmail.net>
- References: <4gbtrh$pr5@news1.wolfe.net>
- NNTP-Posting-Host: dal14-23.ppp.iadfw.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- Jason Thompson wrote:
- >
- > could anyone give me an example on how to open the comports with the
- > int86 functions of a speed greater then 9600. I used ralphs interupt
- > list and tried it but it did not work.
-
- If you are working under Windows you can use the standard API functions
- to set the UART up at higher speeds. Under MS-DOS, you will need to
- write directly to the UART. This is a little more involved, but not
- impossible. I have a copy of my article "Servicing COM Port Interrupts"
- on my web page. It can help give you the information you need to get this
- working. (I plug my serial communications book on my home page as well,
- which has a lot more detailed information.)
-
- Mark Nelson
- http://web2.airmail.net/markn
-